Skip to content

chore(deps): update tanstack/config digest to a4c6d06#331

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-config-digest
Open

chore(deps): update tanstack/config digest to a4c6d06#331
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-config-digest

Conversation

@renovate

@renovate renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
TanStack/config (changelog) action digest e4b48f1a4c6d06

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR updates three GitHub Actions workflows to use newer pinned commit SHAs for shared TanStack/config actions (Setup Tools, Changeset Preview, and Comment on PRs) in autofix, pr, and release workflows.

Changes

Workflow Action Dependency Updates

Layer / File(s) Summary
Update TanStack/config action references
.github/workflows/autofix.yml, .github/workflows/pr.yml, .github/workflows/release.yml
Autofix, pr, and release workflows update their pinned commit SHAs for TanStack/config actions. The pr workflow updates Setup Tools in test, preview, and version-preview and also updates Changeset Preview in version-preview; the release workflow updates Setup Tools and Comment on PRs steps.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 I hopped through YAML, gentle and spry,
Pinned SHAs refreshed beneath CI sky.
Workflows hum cleaner, checks leap and play,
Commits snugly anchored, ready to sway.
Cheers from a rabbit — tests run today!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is auto-generated by Renovate and lacks required sections from the template. It is missing the detailed '🎯 Changes' explanation, the '✅ Checklist' section with required confirmations, and the '🚀 Release Impact' declaration. Add the missing template sections: provide a clear explanation of changes in the '🎯 Changes' section, complete the '✅ Checklist' items, and specify the '🚀 Release Impact' (whether this requires a changeset or is dev-only).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: updating the TanStack/config digest to a specific commit SHA, which matches the changeset across all three workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/tanstack-config-digest

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud

nx-cloud Bot commented May 18, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit cf5d1d5

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 1m 6s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-06-18 15:27:27 UTC

@pkg-pr-new

pkg-pr-new Bot commented May 18, 2026

Copy link
Copy Markdown
@tanstack/angular-store

npm i https://pkg.pr.new/@tanstack/angular-store@331

@tanstack/lit-store

npm i https://pkg.pr.new/@tanstack/lit-store@331

@tanstack/preact-store

npm i https://pkg.pr.new/@tanstack/preact-store@331

@tanstack/react-store

npm i https://pkg.pr.new/@tanstack/react-store@331

@tanstack/solid-store

npm i https://pkg.pr.new/@tanstack/solid-store@331

@tanstack/store

npm i https://pkg.pr.new/@tanstack/store@331

@tanstack/svelte-store

npm i https://pkg.pr.new/@tanstack/svelte-store@331

@tanstack/vue-store

npm i https://pkg.pr.new/@tanstack/vue-store@331

commit: cf5d1d5

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/pr.yml:
- Line 79: The version-preview CI job lacks GitHub Issues write permission
causing the changeset-preview step (uses:
TanStack/config/.github/changeset-preview@6ddd247a...) to fail with 403; update
the version-preview job in .github/workflows/pr.yml to add a permissions section
that grants issues: write for the job so the changeset-preview action can post
comments via the Issues API.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3f7724ab-3b76-4fc6-bcbb-ce3ec4beac41

📥 Commits

Reviewing files that changed from the base of the PR and between 09139b1 and 00005f3.

📒 Files selected for processing (3)
  • .github/workflows/autofix.yml
  • .github/workflows/pr.yml
  • .github/workflows/release.yml

Comment thread .github/workflows/pr.yml Outdated
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Changeset Preview
uses: TanStack/config/.github/changeset-preview@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/changeset-preview@6ddd247a7748fef503de0818293a732f6447fd92 # main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify permissions and changeset-preview usage in PR workflow
rg -n -C2 '^\s*permissions:|issues:\s*write|pull-requests:\s*write|changeset-preview@' .github/workflows/pr.yml

Repository: TanStack/store

Length of output: 557


🏁 Script executed:

cat -n .github/workflows/pr.yml

Repository: TanStack/store

Length of output: 3169


Add issues: write permission to the version-preview job.

The changeset-preview action at line 79 posts comments via the GitHub Issues API. Without the issues: write permission, this step fails with a 403 error.

🔧 Suggested fix
   version-preview:
     name: Version Preview
     runs-on: ubuntu-latest
+    permissions:
+      contents: read
+      issues: write
     steps:
       - name: Checkout
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/pr.yml at line 79, The version-preview CI job lacks GitHub
Issues write permission causing the changeset-preview step (uses:
TanStack/config/.github/changeset-preview@6ddd247a...) to fail with 403; update
the version-preview job in .github/workflows/pr.yml to add a permissions section
that grants issues: write for the job so the changeset-preview action can post
comments via the Issues API.

@renovate renovate Bot changed the title chore(deps): update tanstack/config digest to 6ddd247 chore(deps): update tanstack/config digest to 99d23c6 May 21, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-config-digest branch 2 times, most recently from 0020ab4 to 4a24ec3 Compare May 22, 2026 18:31
@renovate renovate Bot changed the title chore(deps): update tanstack/config digest to 99d23c6 chore(deps): update tanstack/config digest to a4c6d06 May 26, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-config-digest branch from 4a24ec3 to 6b58adf Compare May 26, 2026 21:51
@renovate renovate Bot force-pushed the renovate/tanstack-config-digest branch from 6b58adf to cf5d1d5 Compare June 18, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants